home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / checkbox / suites / manual.txt
Encoding:
Text File  |  2009-04-28  |  1.5 KB  |  69 lines

  1. name: playback_auto
  2. plugin: manual
  3. categories: laptop, desktop
  4. requires: alsa.type == 'playback'
  5. command: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'
  6. description:
  7.  Click the Test button to play a sound on the automatically detected
  8.  playback device.
  9.  .
  10.  Do you hear a sound?
  11.  
  12. name: resolution
  13. plugin: manual
  14. categories: laptop, desktop
  15. requires: pci.device_class == 3
  16. description:
  17.  This display is using $(resolution_test) resolution.
  18.  .
  19.  Is this acceptable for your display?
  20.  
  21. name: video
  22. plugin: manual
  23. categories: laptop, desktop
  24. command: gst_pipeline_test -t 2 'videotestsrc ! ffmpegcolorspace ! gconfvideosink'
  25. description:
  26.  Click the Test button to display a video test.
  27.  .
  28.  Do you see color bars and static?
  29.  
  30. name: mouse
  31. plugin: manual
  32. categories: laptop, desktop
  33. requires: 'input.mouse' in info.capabilities
  34. description:
  35.  Moving the mouse should move the cursor on the screen.
  36.  .
  37.  Is your mouse working properly?
  38.  
  39. name: network
  40. plugin: manual
  41. requires: pci.device_class == 2
  42. description:
  43.  Detecting your network controller(s):
  44.  .
  45.  $(network_test)
  46.  .
  47.  Is this correct?
  48.  
  49. name: internet
  50. plugin: manual
  51. command: internet_test
  52. requires: pci.device_class == 2
  53. description:
  54.  Testing your connection to the Internet:
  55.  .
  56.  $output
  57.  .
  58.  Is this correct?
  59.  
  60. name: keyboard
  61. plugin: manual
  62. command: keyboard_test
  63. requires: 'input.keyboard' in info.capabilities
  64. description:
  65.  Click the Test button to open a text area where to type keys on your
  66.  keyboard.
  67.  .
  68.  Is your keyboard working properly?
  69.